list viskores.pc in debian/not-installed
authorDrew Parsons <dparsons@debian.org>
Thu, 25 Jun 2026 16:23:30 +0000 (18:23 +0200)
committerDrew Parsons <dparsons@debian.org>
Thu, 25 Jun 2026 16:23:30 +0000 (18:23 +0200)
to work around Bug#972222 in debhelper.

viskores.pc is not built on 32-bit systems
and so is installed conditionally to libvtk9-dev in debian/rules.

This non-installed entry is needed for arch-independent builds
because of Bug#972222

debian/changelog
debian/not-installed [new file with mode: 0644]

index 70acfc8c98a09fc11fe99d1ab83fdd7fccedc268..72bea116e5d9465f0568b3968de11e660e277ce8 100644 (file)
@@ -1,3 +1,12 @@
+vtk9 (9.6.2+dfsg1-1exp3) UNRELEASED; urgency=medium
+
+  * list viskores.pc in debian/not-installed to work around Bug#972222
+    in debhelper. viskores.pc is not built on 32-bit systems
+    and so is installed conditionally to libvtk9-dev in debian/rules.
+    This non-installed entry is needed for arch-independent builds.
+
+ -- Drew Parsons <dparsons@debian.org>  Thu, 25 Jun 2026 16:03:00 +0200
+
 vtk9 (9.6.2+dfsg1-1exp2) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/not-installed b/debian/not-installed
new file mode 100644 (file)
index 0000000..09ba849
--- /dev/null
@@ -0,0 +1,5 @@
+# viskores.pc is not built on 32-bit systems
+# and so is installed conditionally to libvtk9-dev in debian/rules.
+# This non-installed entry is needed for arch-independent builds
+# to workaround debhelper Bug#972222.
+usr/lib/*/pkgconfig/viskores.pc